# PflegeDoku Pro - Python Abhängigkeiten

# GUI
PyQt6>=6.4.0

# Datenbank
SQLAlchemy>=2.0.23

# Datenbank-Migrationen (go-forward Schema-Aenderungen, SQLite + PostgreSQL)
alembic>=1.13

# PostgreSQL-Treiber (Multi-User-Modus; SQLite bleibt Default)
psycopg2-binary>=2.9

# API-Server (Arzt-Portal)
fastapi>=0.104.0
uvicorn>=0.24.0

# PDF / Export
reportlab>=4.0.4
openpyxl>=3.1.2
Pillow>=10.0.1
pandas>=2.0.3

# Diagramme / Statistik
matplotlib>=3.7.0
numpy>=1.24.0

# Netzwerk
requests>=2.31.0

# Utilities
python-dotenv>=1.0.0
cryptography>=41.0.4
python-dateutil>=2.8.2

# FHIR (Telematik-Integration)
fhir.resources>=6.4.0

# Arzt-Portal Auth
PyJWT>=2.8.0
bcrypt>=4.0.0
